home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1999 November / cd joystick no109 novembre 1999.iso / Data / ClubInternet / Installation / Club-Internet / DOM.SCP < prev    next >
Text File  |  1999-09-01  |  293b  |  13 lines

  1. proc main 
  2. transmit "^M" 
  3. transmit "^M" 
  4. waitfor "er?",matchcase until 40
  5. transmit "clubint^M" 
  6. waitfor "ogin:",matchcase until 40
  7. transmit $USERID 
  8. transmit "^M" 
  9. waitfor "ssword:",matchcase until 40
  10. transmit $PASSWORD 
  11. transmit "^M" 
  12. waitfor "Entering",matchcase until 40
  13. endproc